←Select platform

AnnObservableCollection<T> Constructor(IEnumerable<T>)

Summary

Initializes a new instance of AnnObservableCollection> from the specified collection.

Syntax
C#
VB
public AnnObservableCollection<T>( 
   IEnumerable<T> collection 
) 
Public Function New( _ 
   ByVal collection As IEnumerable(Of T) _ 
) 

Parameters

collection
Source collection. Items will be added to this collection.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly